home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / whouse.dir / 00114.ls < prev    next >
Encoding:
Text File  |  1995-08-01  |  235 b   |  11 lines

  1. on mouseUp
  2.   puppetSound("newclick.aif")
  3.   set the ink of sprite the clickOn to 4
  4.   updateStage()
  5.   repeat while the stillDown or soundBusy(1)
  6.   end repeat
  7.   set the ink of sprite the clickOn to 36
  8.   updateStage()
  9.   go("Timeline")
  10. end
  11.